home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
ungepackte_daten
/
1995
/
6
/
02
/
c++-kurs
/
makefile
< prev
next >
Wrap
Makefile
|
1995-06-01
|
223b
|
10 lines
FindFile: FindFile.o DirTree.o
mcppc FindFile.o DirTree.o -o FindFile -l mcpp:lib/amiga.lib
FindFile.o: DirTree.h FindFile.c
mcppc -c -b -bs -mX FindFile.c
DirTree.o: DirTree.c DirTree.h
mcppc -c -b -bs -mX DirTree.c